Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / IOpenXml<T> Interface / Export Method
A System.Xml.XmlWriter object indicates the Xml writer.
An ExportContext object indicates the export context.


In This Topic
    Export Method (IOpenXml<T>)
    In This Topic
    Exports this object to the specified writer.
    Syntax
    'Declaration
     
    
    Sub Export( _
       ByVal writer As XmlWriter, _
       ByVal context As ExportContext _
    ) 
    'Usage
     
    
    Dim instance As IOpenXml(Of T)
    Dim writer As XmlWriter
    Dim context As ExportContext
     
    instance.Export(writer, context)

    Parameters

    writer
    A System.Xml.XmlWriter object indicates the Xml writer.
    context
    An ExportContext object indicates the export context.
    See Also